home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4260 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 26 Feb 1996 16:54:41 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4gsokh$2l0@maureen.teleport.com>
  8. References: <38232371@kone.fipnet.fi> <4fntd3$g56@sunsystem5.informatik.tu-muenchen.de> <38232442@kone.fipnet.fi> <4fvnjb$gdm@oreig.uji.es> <4g147q$sit@maureen.teleport.com> <4ga6lr$rp8@brachio.zrz.TU-Berlin.DE> <4gc5ur$brr@maureen.teleport.com> <4gcq6s$b
  9.  <4gkjc7$9pp@brachio.zrz.TU-Berlin.DE>
  10. NNTP-Posting-Host: julie.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Philipp Boerker (rawneiha@w350zrz.zrz.TU-Berlin.DE) wrote:
  14. : sschaem@teleport.com (Stephan Schaem) writes:
  15.  
  16.  
  17. : > Then see the folowing... its not using a unrolling methode for 
  18. : > alligned 'copy' like for flat shading inner loop unrolling.
  19.  
  20.  
  21. : >Setup:
  22. : >..     move.l    d0,(a1)+
  23. : >    dbra    d1,..
  24. : >..    move.l    d2,(a1)+
  25. : >    dbra    d3,..
  26. : >    rts
  27.  
  28. : > Now, isn't this nice :)
  29.  
  30. : Well, how does the first dbra branch? Back or ahead? I'd use some
  31. : other labels!
  32.  
  33.  Its a loop label, not nested.... I dont find it nesecary to give
  34.  them a name. cause they will endup as ".loopa" ".loopb" etc... and
  35.  if I move code or add code latter I might have duplicate label name
  36.  in the same function. I use them in macro too VS autoincremnted labels.
  37.  
  38.  Stephan
  39.